Name | Description | |
---|---|---|
![]() | Attach | Enables an extension object to find out when it has been aggregated. Called when the extension is added to the IExtensionObject<T>.Extensions property. |
![]() | Detach | Enables an object to find out when it is no longer aggregated. Called when an extension is removed from the IExtensionObject<T>.Extensions property. |
![]() | ExportExtensionData | Exports the extension data. |
![]() | ImportExtensionData | Imports the extension data. |
![]() | IsRequiredExport | Gets a value indicating whether the extension requires to export its data. |